home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / timer11.zip / REVISION < prev    next >
Text File  |  1992-04-21  |  897b  |  30 lines

  1.  
  2.                         The Zen Timer Library
  3.                        -----------------------
  4.  
  5.                            Revision History
  6.                           ------------------
  7.  
  8. Version 1.0 - Jan 1992
  9. ----------------------
  10.  
  11.     Original version of the library including the port by Duncan Murdoch
  12. for Turbo Pascal 6.0 users.
  13.  
  14. Version 1.1 - April 1992
  15. ------------------------
  16.  
  17.   - Modified the long period Zen Timer to allow timing across the midnight
  18.     boundary.
  19.  
  20.   - Added a new Ultra Long period timer for timing code that takes up to
  21.     24 hours to execute.
  22.  
  23.   - Added a new common C++ class interface to the Zen Timer library
  24.     to abstract out the differences between the old timer routines and the
  25.     new ultra long period routines.
  26.  
  27.   - Because of the addition of C++ wrapper classes etc had to make the
  28.     library memory model dependant again.
  29.  
  30.